How to record a video from browser including the AR content ? I'm using A-Frame and Mind AR for implementing Web AR, I need to record the video of camera screen with tracking image and AR content. Have tried with MediaDevices.getDisplayMedia() native JavaScript screen capture API, but it's not working from the mobile browsers. Is there any other possible way available for achieving this ?